Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh
/
[androidJvm]FileInfoKt
/
Dsl
Dsl
class
Dsl
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
file
Name
Link copied to clipboard
@get:
JvmName
(
name
=
"getFileName"
)
@set:
JvmName
(
name
=
"setFileName"
)
var
fileName
:
String
string file_name = 1;
size
Bytes
Link copied to clipboard
@get:
JvmName
(
name
=
"getSizeBytes"
)
@set:
JvmName
(
name
=
"setSizeBytes"
)
var
sizeBytes
:
Int
uint32 size_bytes = 2;
Functions
clear
File
Name
Link copied to clipboard
fun
clearFileName
(
)
string file_name = 1;
clear
Size
Bytes
Link copied to clipboard
fun
clearSizeBytes
(
)
uint32 size_bytes = 2;